home *** CD-ROM | disk | FTP | other *** search
/ Presentation Partner / Presentation Partner.iso / prespart / prespart.dat < prev    next >
Text File  |  1994-08-31  |  5KB  |  142 lines

  1. ' Definitions and default options.
  2. ' Note that 'showroot' is the only 
  3. ' hard-coded path that must not change.
  4. ' 'presroot' is where pp is installed.
  5. ' 'mediaroot' will point to something
  6. ' reasonable like d:\XXX, but can be
  7. ' changed by user.
  8. define {
  9.   showroot            : C:\SHOSCRPT
  10.   mediaroot           : D:\PPMEDIA
  11.   favorites           : (presroot)\FAVORITE
  12.   tmp                  :  (presroot)\TMP
  13.   tmp1                 : (tmp)\TMP1
  14.   tmp2                 : (tmp)\TMP2
  15.   develop             : (presroot)\DEVELOP
  16.   helpfiles             : (presroot)\HELP
  17.   disabled_button     : (presroot)\RESOURCE\DISABLE.BMP
  18.   assemble_button   : (presroot)\RESOURCE\ASS4.BMP
  19.   midisoft_logo       : (presroot)\RESOURCE\MIDISOFT.BMP
  20.   credits      :           (presroot)\RESOURCE\CREDITS.TXT
  21.   pal_image            : (presroot)\RESOURCE\PAL.BMP
  22.   bogus_image        : (presroot)\RESOURCE\BOGUS.BMP
  23.   scroll_image         : (presroot)\RESOURCE\SCROLL.BMP
  24.   nscroll_image         : (presroot)\RESOURCE\NSCROLL.BMP
  25.   compress             : (presroot)\RESOURCE\COMPRESS.EXE
  26.   setup                    : (presroot)\RESOURCE\SETUP.EXE
  27.   reduce_depth         : 8
  28.   preview_text_color : &H000080
  29.   prespart_help        : (helpfiles)\PRESPART.HLP
  30.   assist_help        : (helpfiles)\SSA.HLP
  31.   prefsfile           : (presroot)\PREFS.TXT
  32.   ssdata            : (presroot)\resource\SSDATA.DAT
  33.   current_app           : SST
  34.   sshelp_exe        : (presroot)\assist.exe
  35.   last_assembled  : (presroot)\status.txt
  36.   wave_editor        : C:\AUDIOSIM\AUDIOSIM.EXE
  37.   midi_editor          : C:\MUSMAGIC\MUSMAGIC.EXE
  38.   format_conversion : (presroot)\RESOURCE\CONVERT.EXE
  39.   midi_silence : 0
  40.   midi_silence_SST : 3
  41.   midi_silence_PRE : 3
  42.   fix_fullscreen_graphics : true
  43.   fix_fullscreen_graphics_PPT : 960x720
  44.   adjust_volume_seconds : 3
  45.   adjust_volume_percent : 65
  46.   remember_last_assembled : true
  47.   media_list_label_ACT : "Video List:"
  48.   kill_existing_assistants : true
  49.   continuous_preview  : true
  50.   enable_all               : false
  51.   show_dimensions : true
  52.   fit_to_window       : true
  53.   .wav                : .wco
  54.   .bmp                : .bco
  55.   .mid                : .mco
  56.   .avi                : .aco
  57.   .flc                : .fco
  58. }
  59.  
  60.  
  61. applications {
  62.   "Ask Me SST"           : SST   :  (presroot)\RESOURCE\SST.ICO
  63.   "Microsoft PowerPoint" : PPT : (presroot)\RESOURCE\PWRPNT.ICO
  64.   "Lotus Freelance"      : PRE   :  (presroot)\RESOURCE\FREELANC.ICO
  65.   "Macromedia Action!"   : ACT : (presroot)\RESOURCE\ACTION.ICO
  66.   "Harvard Graphics"     : PRS : (presroot)\RESOURCE\HARVARD.ICO
  67. }
  68.  
  69. presentation_type {
  70.   "New Product"            : NP : PRODUCT
  71.   "Annual Report"          : AR : ANNUAL
  72.   "Employee Handbook"   : NE : EMPLOYEE
  73.   "Step By Step Training"  : ST : TRAINING
  74.   "Project Review"         : PR : REVIEW
  75.   "Proposal"               : PL : PROPOSAL
  76.   "Corporate Overview"     : CO : OVERVIEW
  77.   "Multimedia Resume"       : MR : RESUME
  78.   "Wedding Album"          : WD : WEDDING
  79.   "Baby Book"              : BB : BABYBOOK
  80.   "Happy Holidays"         : HO : HOLIDAYS
  81.   "Science Fair"           : SI : SCIENCE
  82. }
  83.  
  84. look_and_feel {
  85.   "Traditional"   : TR : (presroot)\RESOURCE\N1.BMP
  86.   "Modern"        : MD : (presroot)\RESOURCE\N2.BMP
  87.   "Fun"   : AH : (presroot)\RESOURCE\N3.BMP
  88. }
  89.  
  90. color_palette {
  91.   "Primary Brights"    : PB : "bogus"
  92. }
  93.  
  94. ' The text is what I display in the combobox, and then
  95. ' if selected I call winhelp with a keyword search on the
  96. ' keyword.  Note that the list of keywords is something
  97. ' that the help file defines, i.e. this isn't a text search.
  98. ' Now a different list for each app
  99.  
  100. help_keywords : PPT {
  101.    "Help Index"   :   "Help Index"
  102.    "Customizing Your Presentation"   :   "Customizing Your Presentation"
  103.    "Wave and Midi Files"   :   "Wave and MIDI Files"
  104.    "Animations, Video, and Pictures"   :   "Animations, Video, and Pictures"
  105.    "Expert Tricks and Tips"   :   "Expert Tricks and Tips"
  106.    
  107.  }
  108. help_keywords : SST {
  109.    "Help Index"   :   "Help Index"
  110.    "Customizing Your Presentation"   :   "Customizing Your Presentation"
  111.    "Wave and Midi Files"   :   "Wave and MIDI Files"
  112.    "Animations, Video, and Pictures"   :   "Animations, Video, and Pictures"
  113.    "Expert Tricks and Tips"   :   "Expert Tricks and Tips"
  114.   
  115.  }
  116. help_keywords : PRE {
  117.    "Help Index"   :   "Help Index"
  118.    "Customizing Your Presentation"   :   "Customizing Your Presentation"
  119.    "Wave and Midi Files"   :   "Wave and MIDI Files"
  120.    "Animations, Video, and Pictures"   :   "Animations, Video, and Pictures"
  121.    "Expert Tricks and Tips"   :   "Expert Tricks and Tips"
  122.    
  123.  }
  124. help_keywords : ACT {
  125.    "Help Index"   :   "Help Index"
  126.    "Customizing Your Presentation"   :   "Customizing Your Presentation"
  127.    "Wave and Midi Files"   :   "Wave and MIDI Files"
  128.    "Animations, Video, and Pictures"   :   "Animations, Video, and Pictures"
  129.    "Expert Tricks and Tips"   :   "Expert Tricks and Tips"
  130.  
  131.  }
  132. help_keywords : PRS {
  133.    "Help Index"   :   "Help Index"
  134.    "Customizing Your Presentation"   :   "Customizing Your Presentation"
  135.    "Wave and Midi Files"   :   "Wave and MIDI Files"
  136.    "Animations, Video, and Pictures"   :   "Animations, Video, and Pictures"
  137.    "Expert Tricks and Tips"   :   "Expert Tricks and Tips"
  138.    
  139.  }
  140.  
  141.